home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / tri_bbs / ttdelu10.zip / TTDELUSR.DOC < prev    next >
Text File  |  1992-01-09  |  3KB  |  65 lines

  1.                             TriTel Delete Users v1.0
  2.              A utility that will mark inactive callers for deletion.
  3.                             written in  Turbo C++ 1.1
  4.                                 Joseph J Klemmer
  5.                     My UnKnown BBS (SysOp)     (703)780-6890
  6.  
  7.  
  8.   LICENSE:
  9.         You are licensed to use this program free of charge and distribute
  10.         it with this documentation.  Any other distribution is prohibited
  11.         and violates copyright law.  You may not modify this program.
  12.  
  13.  
  14.   DISCLAIMER:
  15.         The only guarantee this program comes with it that it will take up
  16.         space on your drive!  It works on my computer, that's all I can
  17.         say.  It should work on yours but if it doesn't remember, I warned
  18.         you.  <grin>
  19.  
  20.  
  21.   DESCRIPTION:
  22.         This program automates some of the maintenance of your USERS.DAT file.
  23.         If the date that a user last logged on is greater than the number of
  24.         days specified in the configuration file it will mark that user for
  25.         deletion.  You will be able to set a maximum Security Level; users of
  26.         an equal or higher level will be exempt from deletion.  The program
  27.         will not physically remove the user from the USERS.DAT file.  You will
  28.         still need to Pack the Users File to do that, so you can toggle the
  29.         delete flag manually if you wish not to delete a particular user.
  30.  
  31.  
  32.   SETUP:
  33.         Copy the files TTDELUSR.EXE and TTDELUSR.CFG to your Main TriTel
  34.         directory.  Then add these lines to your nightly event file:
  35.  
  36.                  CD \TRITEL
  37.                  TTDELUSR
  38.                  BOARD
  39.  
  40.         You MUST have the configuration file in the same directory as the
  41.         program.  If you don't, it will not work.
  42.  
  43.         Next you will need to set the configuration file.  The layout is
  44.         as follows:
  45.  
  46.                  C:\TRITEL\MWORK\
  47.                  90
  48.                  30
  49.  
  50.         The first line is the path to your main work directory (the one
  51.         with USERS.DAT).  Don't forget the trailing back slash!  The
  52.         second line is the number of days since last logon.  The last line
  53.         is the maximum security level cutoff.  In the example above, any
  54.         user who hasn't logged on in the last 90 days with a security level
  55.         LESS than 30 will be marked for deletion.
  56.  
  57.  
  58.   FINALE:
  59.         Since this utility modifies the USERS.DAT file, it might be a good
  60.         idea to make a copy of it before running the program.  There should
  61.         be no need to but since I'm paranoid anyway...
  62.  
  63.         That's it.  Let me know if you find any problems or have any
  64.         suggestions.
  65.